bitkeeper revision 1.1236.1.62 (422996dcaXWGIhR3ZzSlNz3XpvLF0A)
authorriel@redhat.com[kaf24] <riel@redhat.com[kaf24]>
Sat, 5 Mar 2005 11:24:12 +0000 (11:24 +0000)
committerriel@redhat.com[kaf24] <riel@redhat.com[kaf24]>
Sat, 5 Mar 2005 11:24:12 +0000 (11:24 +0000)
commitaa4b616c673527e14e7729c571b37de35daee7bf
tree48b7cf3d9f207a5ae18480027d193f5917b308b8
parentf131e3e7c67227852d659f3d42726b3cf618f62e
bitkeeper revision 1.1236.1.62 (422996dcaXWGIhR3ZzSlNz3XpvLF0A)

[PATCH] [PATCH] gcc4isms part 2

This completes the gcc4ism changes to the Xen tree.  All of
the changes in this patch are in the tools/ subdirectory and
are pretty simple.  Some of the changes are for overly strict
gcc4 warnings, but I guess it's still good to verify that the
variable really wasn't unused, or that the sign change is
really harmless.

I guess I really do like -Werror now...

Signed-off-by: Rik van Riel <riel@redhat.com>
 libxc/xc_linux_build.c      |    2 +-
 libxc/xc_plan9_build.c      |   24 ++++++++++++------------
 libxc/xc_vmx_build.c        |    2 +-
 python/xen/lowlevel/xu/xu.c |    2 +-
 xcs/xcs.c                   |    2 +-
 xfrd/lzi_stream.c           |    2 +-
 xfrd/marshal.c              |    4 ++--
 xfrd/xdr.c                  |    2 +-
 xfrd/xfrd.c                 |   12 ++++++------
 9 files changed, 26 insertions(+), 26 deletions(-)
tools/libxc/xc_linux_build.c
tools/libxc/xc_plan9_build.c
tools/libxc/xc_vmx_build.c
tools/python/xen/lowlevel/xu/xu.c
tools/xcs/xcs.c
tools/xfrd/lzi_stream.c
tools/xfrd/marshal.c
tools/xfrd/xdr.c
tools/xfrd/xfrd.c